The Dreamweaver JavaScript API > Report functions > dreamweaver.results.setResultData() |
![]() ![]() ![]() |
dreamweaver.results.setResultData()
Availability
Dreamweaver 4.0
Description
Adds new entries to the results window that is active during the reporting process. If a report is not being generated, then this function will have no effect.
Arguments
strFilePath
, strIcon
, strDisplay
, strDesc
, {iLineNo}
, {iStartSel}
, {iEndSel}
![]() |
strFilePath is a fully qualified URL to the file. |
![]() |
strIcon is the fully qualified path to the icon to use for the results entry. You can reference built-in icons by specifying a number between 1 and 10. |
![]() |
strDisplay is a string to display in the first column; this is usually a file name. |
![]() |
strDesc is a description to go along with the entry. |
![]() |
iLineNo is the number of lines in the file, if specified. |
![]() |
iStartSel is the start of the offset into the file, if specified. |
![]() |
iEndSel is the end of offset into the file; this is required only if iStartSel is specified. |
Returns
Nothing.
![]() ![]() ![]() |